home *** CD-ROM | disk | FTP | other *** search
- <settings>
- <!-- text style -->
- <TextStyles>
- <TextStyle name="ChannelName" color="White" size="12"/>
- <TextStyle name="ShowTitle" color="Yellow" size="16"/>
- <TextStyle name="ButtonText" color="White" size="11"/>
- </TextStyles>
-
- <!-- placements -->
- <Placements>
- <Placement name="PopupBackground" loc="9,25" size="82,40"/>
- <Placement name="OptionNormal" loc="37.5,42"/>
- <Placement name="OptionSelected" loc="37.5,42"/>
- <Placement name="OkButton" loc="54,58.5"/>
- <Placement name="CancelButton" loc="71,58.5"/>
- </Placements>
-
- <!-- Composite Images -->
- <CompositeImages>
- <CompositeImage name="OptionNormal" size="50,7">
- <DrawText text="@optionValue" loc="6,0" size="70,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="OptionSelected" size="50,7">
- <DrawCommonImage name="GeneralSelection"/>
- <DrawText text="@optionValue" loc="6,0" size="70,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="PopupBackground" size="82,40">
- <DrawRoundedRect loc="2,5" size="96,90" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>
- <DrawImage filename="@preview" loc="3,10" size="31,80"/>
- <DrawText text="@name" loc="35,15" size="90,20" textStyle="GeneralTextStyle" align="Left"/>
- </CompositeImage>
- </CompositeImages>
- </settings>